Package-level declarations
Types
Link copied to clipboard
Result type for getting a single team.
Link copied to clipboard
Result type for getting paginated teams list. Contains pagination metadata and partial data indicator.
Link copied to clipboard
Event types for team change notifications.
Link copied to clipboard
Domain model representing a team member (user within a team).
Link copied to clipboard
Enum representing different member roles within a team.
Link copied to clipboard
Result wrapper for team operations.
Link copied to clipboard
Enum representing team status and activity levels.
Link copied to clipboard
Link copied to clipboard
data class ZyncTeamSortAndFilter(val sortType: ZyncSortType = ZyncSortType.Ascending, val sortBy: ZyncTeamSortBy = ZyncTeamSortBy.TeamName, val keyword: String? = null, val userUid: String? = null, val isActive: Boolean? = null)
Link copied to clipboard